@charset "utf-8";
/* CSS Document */
* {
    font-family: "微软雅黑";
    word-wrap: normal;
    word-break: normal;
}
a:active, a:hover {
    color: #df0615;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2765b6;
    text-decoration: underline;
}
.container {
    width: 100%;
    max-width: 100%;
}
.fa_ani * {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.fa_ani *:before {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.fa_ani *:after {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
a {
    cursor: pointer;
}
body, html {
    overflow-x: hidden !important;
}
a:focus, a:active, a:hover, a:visited {
    outline: none !important;
    text-decoration: none;
}
i {
    font-style: normal;
}
.w_grid-000 > div > .p_gridbox {
}
.w_grid-000 > div > .p_gridbox:before, .w_grid-000 > div > .p_gridbox:after {
    clear: both;
    display: table;
    content: " ";
    min-height: 0px;
}
.fa_clearfix:before, .fa_clearfix:after {
    display: table;
    clear: both;
    content: "";
}
.fa_imgbig {
    overflow: hidden;
    width: 100%;
}
.fa_imgbig:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 和 Chrome */
    -o-transform: scale(1.2); /* Opera */
    -moz-transform: scale(1.2); /* Firefox */
}
.fa_flexline {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.fa_flexwrap {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fa_flex_between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fa_flex_Xend {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.fa_flex_Xcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fa_flex_Yend {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.fa_flex_Ycenter {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.fa_centerY {
    position: relative;
    top: 50%; /*偏移*/
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.fa_textoverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
	text-transform: uppercase;
}
.fa_Img{position:relative;width:100%;overflow: hidden;}
.fa_Img img{position: absolute;width: 100%;left: 50%;top:50%;transform: translate(-50%,-50%);}
.container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.p_NewsDetail img {
    max-wight: 100%;
}
/*内页导航*/
.p_problemCategory {
    display: none;
}

.fa_PageNav a {
    display: block;
    padding: 0 30px;
    position: relative;
    color: #333;
    text-transform: uppercase;
    float: left;
    border-left:#ccc solid 1px;
    margin:30px 0;
      font-size: 15px;
}
.fa_PageNav a:first-child{border:none;}
.fa_PageNav a:hover {
    color: #2765b6;
}
.fa_PageNav a:after {
    position: absolute;
    bottom:-30px;
    left: 50%;
    width: 0%;
    height: 3px;
    display: block;
    background: #2765b6;
    content: "";
    transform: translateX(-50%);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.fa_PageNav a:hover:after {
    width: 80%;
}
.fa_PageNav .fa_navon {
    color: #2765b6;
}
.fa_PageNav .fa_navon:after {
    width:80%;
}
/*关联产品*/
.fa_Related > a {
    display: block;
    width: calc((100% - 60px)/4);
    float: left;
    padding: 20px;
    margin-right: 20px;
}
.fa_Related > a:last-child {
    margin-right: 0;
}
.fa_Related > a img {
    width: 100%;
}
.fa_Related > a p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
}
/**/
.fa_AbList {
    margin: 80px 0 30px;
}
.fa_AbList h3 {
    font-size: 24px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}
.fa_AbList .fa_Abli {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fafafa;
}
.fa_AbList .fa_Abli .fa_ABli_img {
    overflow: hidden;
    width: 100%;
}
.fa_AbList .fa_Abli .fa_ABli_img img {
    width: 100%;
  transition: all 0.5s;
}
.fa_AbList .fa_Abli:nth-child(4n) {
    margin-right: 0;
}
.fa_AbList .fa_Abli:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 和 Chrome */
    -o-transform: scale(1.2); /* Opera */
    -moz-transform: scale(1.2); /* Firefox */
}
.fa_AbList .fa_Abli .fa_ABli_tit {
    padding: 20px 0;
    color: #333;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fa_NavT h3{
    width:100%;
  padding:20px;
  color:#fff;
  background:#df0615;
  border-bottom:#fff solid 1px;
}
@media screen and (max-width:768px) {
  .fa_NavT{display:none;}
    .fa_Related > a, .fa_AbList .fa_Abli {
        width: calc((100% - 20px)/2);
    }
    .fa_Related > a:nth-child(2n), .fa_AbList .fa_Abli:nth-child(2n) {
        margin-right: 0;
    }
    .p_btn-hide {
        background: #989898;
    }
    .p_btn-hide .p_c-fff {
        background: #2765b6;
        color: #fff;
    }
    .fa_PageNav {
        display: none;
    }
    .p_problemCategory {
        display: block;
    }
    .p_problemCategory .btn-primary {
        width: 100%;
        border: none;
        border-radius: 0;
        text-align: left;
        background: #2765b6;
        padding: 15px 20px;
    }
    input.form-control::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input.form-control::-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input.form-control:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input.form-control:-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
}
.fa_More a {
    display: inline-block;
    background: #df0615;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
}
.p_page .pageNum.active, .p_page .next:active, .p_page .next:hover, .p_page .pageNum:hover, .p_page .pageNum:active, .p_page .pre:active, .p_page .pre:hover {
    background-color: #df0615;
    border-color: #df0615;
}
.p_pagebox .next, .p_pagebox .pre {
    background-color: #df0615;
}
/**/
#easy_zoom {
    transition: all 0s;
    -moz-transition: all 0s; /* Firefox 4 */
    -webkit-transition: all 0s; /* Safari 和 Chrome */
    -o-transition: all 0s;
}
#easy_zoom * {
    transition: all 0s;
    -moz-transition: all 0s; /* Firefox 4 */
    -webkit-transition: all 0s; /* Safari 和 Chrome */
    -o-transition: all 0s; /* Opera */
}
.p_ProductDetail img, .p_NewsDetail img ,.p_contentBox img{
    max-width: 100%;
}

.p_content .reset_style {line-height:2;}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus .p_pagebox .next, .p_pagebox .pre {
    background-color: #2765b6;
}




/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2765b6;
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2765b6;
}
.form-horizontal .form-group{margin-left:0;margin-right:0;}


@media only screen and (min-width: 769px) {

  .p_page .pre {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    margin: 0 5px 0 18px;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    color: #333;
  }

  .p_page .pre:active {
    background: #2765b6;
    border-color: #2765b6;
    color: #fff;
  }

  .p_page .pre:hover {
    color: #fff;
    background: #2765b6;
    border-color: #2765b6;
    cursor: pointer;
  }

  .p_page .next {
    display: inline-table;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    height: 38px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    color: #333;
    text-align: center;
    padding: 0 10px;
    border-radius: 0px;
  }

  .p_page .next:active {
    background: #2765b6;
    border-color: #2765b6;
    color: #fff;
  }

  .p_page .next:hover {
    background: #2765b6;
    border-color: #2765b6;
    color: #fff;
    cursor: pointer;
  }

  .p_page .pageNum {
    position: relative;
    float: left;
    height: 38px;
    min-width: 38px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    background-size: 100% 100%;
    color: #595959;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    text-decoration: none;
    background-color: #fff;
    text-align: center;
    border-radius: 0px;
  }

  .p_page .pageNum:active {
    color: #fff;
    text-decoration: none;
    background-color: #2765b6;
    border-color: #2765b6;
  }

  .p_page .pageNum:hover {
    color: #fff;
    border-color: #2765b6;
    cursor: pointer;
    text-decoration: none;
    background-color: #2765b6;
  }
  .p_page .pageNum.active {
    text-decoration: none;
    background-color: #2765b6;
    color: #fff;
    border-color: #2765b6;
}

}

@media screen and (max-width: 768px) {
  .p_OccupyBox{width:100%!important;}
  .p_pagebox .NumBox {
    display: none !important;
  }

  .p_pagebox {
    width: 100%;
    text-align: center;
  }

	.p_pagebox .js_pageBtnDisable,
	.p_pagebox .js_pageBtnDisable:hover,
	.p_pagebox .js_pageBtnDisable:active {
		background: #f5f5f5 !important;
    border-color: #d9d9d9 !important;
    color: #bfbfbf !important;
		cursor: default;	
	}
	.p_pagebox .js_pageBtnDisable .iconfont {color: #ddd !important;}
	.p_pagebox .js_pageBtnDisable:hover .iconfont {color: #bfbfbf !important;}

  .p_pagebox .pre {
    width: 48%;
    margin-right:2%;
    background-color: #2765b6;
  }
  .p_pagebox .pre:hover {
    color: rgba(255, 255, 255, 1);
    border-color: #2765b6;
    background-color: #2765b6;
    cursor: pointer;
}
.p_pagebox .pre:active {
  background-color: #2765b6;
}
  .p_pagebox .next {
    width: 48%;
    margin-left:2%;
    background-color: #2765b6;
  }
  .p_pagebox .next:hover {
    background-color: #2765b6;
}
.p_pagebox .next:active {
  background-color: #2765b6;
}

}

.p_categoryBox .p_linkBox.click{background-color: #2765b6;
    color: #fff;}
.p_categoryBox .p_linkBox.click a{color:#fff;}
.mouse_bac:hover{background-color: #2765b6;
    color: #fff;}
.mouse_bac:hover a{color:#fff;}